home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Graphics / STIMP_noise / doc / pnmimpnoise.txt < prev    next >
Encoding:
Text File  |  1998-01-31  |  2.0 KB  |  74 lines

  1.  
  2.                 Documentation for the program "pnmimpnoise"
  3.                =============================================
  4.  
  5.  
  6.                                   PURPOSE
  7.                                  ---------
  8.  
  9. This operator creates impulse noise to PBM, PGM and PPM images.
  10.  
  11. ENGLISH: Please read the file "noise.english.txt" for further information
  12.          about the archives contents, the installation, the copyright
  13.          notice and the author.
  14.  
  15. DEUTSCH: Bitte lesen Sie die Datei "noise.deutsch.txt" für weitergehende
  16.          Informationen bezüglich des Archivinhalts, der Installation, der
  17.          Copyright-Notiz und des Autors.
  18.  
  19.  
  20.                            START OF THE PROGRAM
  21.                           ----------------------
  22.  
  23. Syntax: pnmimpnoise [+v|-v] [[-aAmpl] | [-rAmpl] [-gAmpl] [-bAmpl]]
  24.                     [-pPercentage] file1 file2
  25.  
  26. Options:
  27.  
  28. +v      : use verbose-mode (default)
  29. -v      : no verbose-mode
  30.  
  31. -a      : amplitude of the (gray) noise, 0..255 (default)
  32.           (default: 255)
  33.  
  34. -r      : amplitude of the red color component, 0 .. 255
  35.           (PPM only) (default: 255)
  36. -g      : amplitude of the green color component, 0 .. 255
  37.           (PPM only) (default: 255)
  38. -b      : amplitude of the blue color component, 0 .. 255
  39.           (PPM only) (default: 255)
  40.  
  41. -p      : percentage of noisy pixels, 0.01 .. 100.0 (default: 5.0)
  42.  
  43. file1   : PBM/PGM/PPM-file, source
  44. file2   : PBM/PGM/PPM-file, destination
  45.  
  46.  
  47.                                  EXAMPLES
  48.                                 ----------
  49.  
  50. pnmimpnoise -a255 -p2.0 Lena.PGM Temp:Noisy.PGM
  51.  
  52. pnmimpnoise -r255 -g0 -b0 -p3.5 Lena.PPM Temp:Noisy.PPM
  53.  
  54.  
  55.                                    PLANS
  56.                                   -------
  57.  
  58. None. (Maybe someone detects an error ?)
  59.  
  60.  
  61.                                   HISTORY
  62.                                  ---------
  63.  
  64. Version 1.02, 31.Jan.98
  65. - new includes
  66. - source code optimized
  67.  
  68. Version 1.01, 04.Dec.97
  69. - first release
  70.  
  71. Version 1.00, ??.Nov.97
  72. - separate programs for PGM and PPM
  73.  
  74.